home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / System / ReqAttack / ReqAttack.prefs < prev    next >
Text File  |  1999-07-09  |  1KB  |  51 lines

  1. ;** ReqAttack Configuration File **
  2.  
  3.  
  4. ;== Some definitions for German requester texts ==
  5.  
  6.  
  7. if reqtext = "Benötige den Datenträger#?"
  8.     logo = "AnimLogos/Insert.60gAGA"
  9. endif
  10.  
  11. if reqtext = "Datenträger#?ist schreibgeschützt#?"
  12.     logo = "AnimLogos/Protect.60AGA"
  13. endif
  14.  
  15. if reqtext = "Warnung: Gelöschte Dateien#?unwiederbringlich#?löschen#?"
  16.     logo = "Logos/WBDelete"
  17. endif
  18.  
  19. if taskname = "Version, Copyright ..."
  20.     logoalign = top
  21.     logo = "AnimLogos/Info.60bAGA"
  22.     okimage = "Buttons/OKSmiley"
  23.     thirdimage = "Buttons/ThirdSmiley"
  24.     cancelimage = "Buttons/OKSmiley"
  25. endif
  26.  
  27.  
  28. ;== Some definitions for English requester texts ==
  29.  
  30.  
  31. if reqtext = "Please insert volume#?"
  32.     logo = "AnimLogos/Insert.60gAGA"
  33. endif
  34.  
  35. if reqtext = "Volume#?is write protected#?"
  36.     logo = "AnimLogos/Protect.60AGA"
  37. endif
  38.  
  39. if reqtext = "Warning: you cannot get#?delete#?contents#?"
  40.     logo = "Logos/WBDelete"
  41. endif
  42.  
  43. if taskname = "About..."
  44.     logoalign = top
  45.     logo = "AnimLogos/Info.60bAGA"
  46.     okimage = "Buttons/OKSmiley"
  47.     thirdimage = "Buttons/ThirdSmiley"
  48.     cancelimage = "Buttons/OKSmiley"
  49. endif
  50.  
  51.